home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / e / ebuild.lha / ebuild / .build example 1 next >
Text File  |  1997-08-10  |  129b  |  13 lines

  1. testfile=build
  2. bla=build
  3. target=blo
  4.  
  5. all:$(testfile)
  6.   echo 1
  7.   echo $target
  8.   echo 2
  9.  
  10. build:$(bla).e
  11.   echo $target
  12.   echo YeP!
  13.